GetBrowserSamplingProfileResponse

data class GetBrowserSamplingProfileResponse(profile: SamplingProfile)

Represents response frame that is returned from Memory#getBrowserSamplingProfile operation call. Retrieve native memory allocations profile collected since browser process startup.

See also

Constructors

GetBrowserSamplingProfileResponse
Link copied to clipboard
fun GetBrowserSamplingProfileResponse(profile: SamplingProfile)

Properties

profile
Link copied to clipboard
val profile: SamplingProfile

Sources

jvm source
Link copied to clipboard